home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.jdt.doc.isv_3.1.1 / topics_Guide.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  1.8 KB  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?NLS TYPE="org.eclipse.help.toc"?>
  3. <!-- ============================================================================= -->
  4. <!-- Define topics for the main guide                                              -->
  5. <!-- ============================================================================= -->
  6. <toc label="Guide">
  7.     <topic label="JDT Core" href="guide/jdt_int_core.htm">
  8.         <topic label="Java model" href="guide/jdt_int_model.htm" />
  9.         <topic label="Manipulating Java code" href="guide/jdt_api_manip.htm" />
  10.         <topic label="Setting the Java build path" href="guide/jdt_api_classpath.htm" />
  11.         <topic label="Compiling Java code" href="guide/jdt_api_compile.htm" />
  12.         <topic label="Using the Java search engine" href="guide/jdt_api_search.htm" />
  13.         <topic label="Performing code assist on Java code" href="guide/jdt_api_codeassist.htm" />
  14.         <topic label="JDT Core options" href="guide/jdt_api_options.htm" />
  15.     </topic>
  16.     <topic label="JDT UI" href="guide/jdt_int_ui.htm">
  17.         <topic label="JavaUI utilities" href="guide/jdt_api_utility.htm">
  18.             <topic label="Opening a Java editor" href="guide/jdt_api_open_editor.htm" />
  19.             <topic label="Creating Java specific prompter dialogs" href="guide/jdt_api_prompter.htm" />
  20.         </topic>
  21.         <topic label="Presenting Java elements in a JFace viewer" href="guide/jdt_api_render.htm" />
  22.         <topic label="Java wizard pages" href="guide/jdt_api_wizards.htm" />
  23.         <topic label="Customizing Java editors" href="guide/jdt_api_editors.htm" />
  24.         <topic label="Writing Jar files" href="guide/jdt_api_write_jar_file.htm" />
  25.     </topic>
  26.     <topic label="JDT Debug" href="guide/jdt_int_debug.htm">
  27.         <topic label="Running Java code" href="guide/jdt_api_run.htm" />
  28.     </topic>
  29.     <topic label="JDT JUnit integration" href="guide/jdt_int_junit.htm">
  30.         <topic label="Observing JUnit test runs" href="guide/jdt_api_junit.htm" />
  31.     </topic>
  32. </toc>